home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 July / Enter 07 2006.iso / Pakiet1_windows / Remote Recover 2.0 / RemoteRecover.exe / Disk1 / data1.cab / Device_Driver_INF_Files / VDiskBus.inf
Encoding:
Windows Setup INFormation  |  2002-02-20  |  1.5 KB  |  73 lines

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1996-2001 Winternals All rights Reserved
  4. ;
  5. ;Module Name:
  6. ;
  7. ;    VDISKBUS.INF
  8. ;
  9. ;Abstract:
  10. ;    INF file for installing virtual disk bus enumerator driver
  11. ;
  12. ;--*/
  13. [Version]
  14. Signature="$WINDOWS NT$"
  15. Class=System
  16. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  17. Provider=%WINT%
  18. DriverVer=09/26/2001, 1.00.1
  19. CatalogFile=vdiskbus.cat
  20.  
  21. [DestinationDirs]
  22. Drivers_Dir = 12
  23.  
  24. [SourceDisksNames]
  25. 1 = %DiskId1%,,,""
  26.  
  27. [SourceDisksFiles]
  28. ;vdiskbus.sys  = 1,,
  29.  
  30. ;*****************************************
  31. ; VDiskBus  Install Section
  32. ;*****************************************
  33.  
  34. [Manufacturer]
  35. %StdMfg%=Standard
  36.  
  37. [Standard]
  38. ;
  39. ; These are the virtual disk bus pnp ids
  40. ;
  41.  
  42. %VDiskBus.DeviceDesc%=VDiskBus_Device, root\vdiskbus
  43.  
  44. [VDiskBus_Device.NT]
  45. CopyFiles=Drivers_Dir
  46.  
  47. [Drivers_Dir]
  48. ;vdiskbus.sys
  49.  
  50.  
  51. ;-------------- Service installation
  52. [VDiskBus_Device.NT.Services]
  53. AddService = vdiskbus,%SPSVCINST_ASSOCSERVICE%, vdiskbus_Service_Inst
  54.  
  55. ; -------------- vdiskbus driver install sections
  56. [vdiskbus_Service_Inst]
  57. DisplayName    = %vdiskbus.SVCDESC%
  58. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  59. StartType      = 3               ; SERVICE_DEMAND_START 
  60. ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
  61. ServiceBinary  = %12%\vdiskbus.sys
  62. LoadOrderGroup = Extended Base
  63.  
  64.  
  65. [Strings]
  66. SPSVCINST_ASSOCSERVICE= 0x00000002
  67. WINT = "Winternals"
  68. StdMfg = "(Standard system devices)"
  69. DiskId1 = "VDisk Bus Installation Disk #1"
  70. VDiskBus.DeviceDesc = "Virtual Disk Bus"
  71. vdiskbus.SVCDESC = "Virtual Disk Bus"
  72.  
  73.